0
harifenny created
Hi,
How do I create a page (not a modal) for my CRUD operation if I'm using RAD?
How do I create a page (not a modal) for my CRUD operation if I'm making my own pages?
Thank you Kind reagrds Hari Setyawan
1 Answer(s)
-
0
Hi @harifenny,
How do I create a page (not a modal) for my CRUD operation if I'm using RAD?
This is not supported on RAD Tool.
How do I create a page (not a modal) for my CRUD operation if I'm making my own pages?
You need to create a new component and redirect to that component with the identifier of original record. There is no example of this usage in AspNet Zero. However, you can check the page for changing texts of localization keys.