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
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
check your mail thank you
Hi Thanks for responding But i already did it in the last 2 imgs and have an error implementing interface