hi sir i have a small problem using InitialSelect2 function when i try the code without red rectangle scope it works good save the record correctly and when i repute the scope it gives me the shape which exactly i want (green rectangle) but save button will stop why ?? no errors on log no exception no nothing just click on save nothing happen if i remove the red scope it works good i don't know where is the error
Good Morning hope you are well i have a question about handling business exception when i enter the page index it gives me an error (image below) despite i tried it the same code same steps same functionality into create popup it works good so does framework support this type of exception when i open the index or just work within create or edit?
hi sir i faced a problem with making a select into advanced filter i made a page using suite by default it creates an index page with advance filter i want some of field no to be just input no i want it select option here is my steps and the final result
hi sir, hope u r well i faced a problem with creating a master detail page master record inserted well but when i try to open a detail page i got an (error 400) despite of ID is correct ,, i attached a video to explain my problem
https://streamable.com/f06ahb
hi sir, hope u r will if i have 2 table and i want to make a master detail page thanks to abp framework it make it easy BUT what if the (master) page is normal page and (detail) page is composite key like image below how can i make it ???? how can i make it normally if abp doesn't support it ???
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??