Webdesigner edit table

Hello! 

OneIM 8.1

I created a module. 

In the module I put grid in container. 

Data to grid load from collection (Person table for example).

I need create and edit (First name and Last name) Employee in Person from the module.

I can only edit fields from Row definitions. How I can edit the fields from grid? 

Parents
  • Hi Aramis,

    this is no typical use case nor best practice in the web portal.

    To edit an entry, you have to load it in interactive mode. This is very expensive in time and space.

    The solution would be better to make a little icon next to each entry, by clicking you make the current line interactive and so you can edit.

    Please seek your use case again. I can't guess of one, where you have to change so many names, that it is worth to load all in interactive mode. 

    Stay Healthy,

    Geraldine

Reply
  • Hi Aramis,

    this is no typical use case nor best practice in the web portal.

    To edit an entry, you have to load it in interactive mode. This is very expensive in time and space.

    The solution would be better to make a little icon next to each entry, by clicking you make the current line interactive and so you can edit.

    Please seek your use case again. I can't guess of one, where you have to change so many names, that it is worth to load all in interactive mode. 

    Stay Healthy,

    Geraldine

Children