hi yes i want to make a shape like this but using a checkbox instead of tree shape how can or where can i find or what the steps to do this?
Hi I don't want to do spacing Already records within first image showed into second image via using lookup but it's showing as one level and i want it as a group of parent and childs
hi sir i have 2 tables in database (Account / ChartOfAccount) i've made a tree view into Account Page like first image and i made a lookup to show this account into ChartOfAccount CreateModal like second image as a checkbox and it works very good BUT what i want to do is shows records within Account tab as a checkbox but more than one level you can see in image number 2 it is a one level almost into a first image is two levels (parent & child) i want the same into Account tab like image number 3 it is an example for what i want to do
good morning hope u r well is there a way to transfer data between pages with mvc ?? EX: in angular we separate the page into component then collect the selector of these components to build a page this selector carries all the data , logics and styles. can i do the same thing using ABP Framework ?? in my project i use razor pages and MVC and there are a lot of folders created with js files and razor pages can i create a new page and collect aother folders into the new page i created instead of repeating the code or collect the all code into one page??
Thanks for quickly replay, but i already know how to write HTML nested checkbox list but actually i bind my checkbox list dynamically and get the data from App service , i appreciate if you provide me with how to use the following code to bind dynamically, this is the HTML Code --================== @for (var i = 0; i < Model.AccountList.Count; i++) {
var account = Model.AccountList[i];
<abp-input abp-id-name="@Model.AccountList[i].isSelected" asp-for="@account.isSelected" label="@account.DisplayName" />
<input abp-id-name="@Model.AccountList[i].DisplayName" asp-for="@account.DisplayName" />
}
C# Code --============= var accountLookup = await _chartOfAccountsAppService.GetAccountLookupAsync(); AccountList = ObjectMapper.Map<List<LookupDto<int>>, List<AccountViewModel>>(accountLookup.Items.ToList());
no no no do you see the shape of permission i want to do something like that let me give you an example
exactly like permission how can i do this??? what i can do is *first *second
Hi sir I tried to share but i couldn't It's a lot of files with azure connection with multiple model and projects and it's more than 2GB So i tried to give you the best way to help me with sharing files and source code that i have problem with and explain exactly what i did and what i faced and what the steps and all what i did I hope to help me or kindly tell me you don't have the solution Thanks your effort
Hi sir I already sent you the project with mapping and entityframe work every thing Just make (abp new test) And put files i shared
How will i remove the interface ?? All methods into it and controller will not work. All the project is alote of models i just have problem with code i shared all pages are working good This culture get and create are also working good My problem with update and download excel If i removed the interface you mentioned i will face a problem with the interface in application.cotract project