Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
CRUD Operation in new Ignite UI Angular
posted

Hi Deyan,

I am able to bind records and implement sort, paging, filtering according to the documentation for Ignite UI for Angular. As there is not much support available right now for Add, Edit in dialog, can you provide me a sample.

For your reference i have attached a sample application.

InfraAngular4.zip
Parents
  • 845
    Verified Answer
    Offline posted

    Hello Sameer,

    By default the grid will create an edit dialog if at least one column is marked as editable which can be opened by double clicking on a row.

    However you can override that behavior by moving the data for edit in a different dialog or an entirely different component/UI. Yes currently there is not UI for adding a new item, but again it can be implemented using the CRUD API of the grid.

    I have modified the sample you provided. Feel free to examine it and contact me for further information.

    InfraAngular4modified.zip
Reply Children