Skip to main content
15-Moonstone
March 28, 2018
Solved

Edited Table does not work if Grid is placed in a layout control.

  • March 28, 2018
  • 4 replies
  • 2789 views

Hello, 

I have a grid widget placed in the layout control and have two columns select(with check box) and property(string)

and made iseditable to true and multiselect to true of the grid properties. Also i have made the editable to true of the column select. (made by default top 5 rows selected)

On a event i am passing editabletable property of the grid as parameter, irrespective of selecting any no. of rows the editabletable property of the grid is always same.

 

But when i move the grid from layout to panel, i see the editabletable property working.

 

Is this the intended behavior or there is an issue with the grid.?

 

Thanks  

Best answer by SaiSameera

Hi,

I think there no issue with the grid. Once try in modifying the values in Column Renderer & StateFormatting Tab in Configure grid columns

4 replies

1-Visitor
March 28, 2018

Hi,

I think there no issue with the grid. Once try in modifying the values in Column Renderer & StateFormatting Tab in Configure grid columns

sbt15-MoonstoneAuthor
15-Moonstone
March 28, 2018

Hello @SaiSameera,

Renderer is boolean and Format is Checkbox.

But do you want me to change that..?

1-Visitor
March 29, 2018

No need to change the value. Is the values of check box for default selected rows is true.