Data grid 2

0
Hii, I am showing a list of data using the data grid 2 widget. there is one attribute called status in my entity that has enumeration values. I want to use the dropdown in datagrid2 on the status field that whenever user see the list user can change the status. I am adding one screenshot so it will help you to understand my requirement’s. Thanks in advance Best Regard’s Shivani
asked
4 answers
3

Hi shivani,

To add dropdown inside datagrid column, you have to enable custom context in the column properties. After that you can drop the dropdown widget and assign enumeration values. Make the datagrid editable. 

Check the below screenshots. I hope this might help!

 

 

answered
2

For that you have to add the widget “Drop-down filter” in the row just below the caption:

This drop-down filter is part of the module ‘Data widgets’, that also contains the Data widget2.

answered
0

Hi,

You mean drop-down filters ?

answered
0

actually filter option is not the requirement. when I want to change the status then one dropdown will be there and from that, I can directly change the status.

answered