Shadow DOM or DOM Virtual - Datagrid

2015-11-06 Thread Marlon Maxwel
Hello, Many Grid components in JavaScript are implementing DOM Virtual or Shadow DOM to improve the performance of your grids in Mobile and browsers. Currently I have a similar problem when using 4 grids in one GWT screen. Can anyone tell me possible performance enhancements for apply DOM

Datagrid remove selection

2015-08-07 Thread Marlon Maxwel
I need a method to deselect all items of my grade. I've tried using .clear () of SelectionModel and fails. Someone help me? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it,

How to remove Column blank in DataGrid

2015-03-06 Thread Marlon Maxwel
Hellow, I have 1 DataGrid in GWT and- When I change the size of my grid dynamically, it Creates one blank column at the end of the grid. How can I hide que column? Is it possible? Apparently the DataGrid code snippet that does this is: public TableColElement ensureTableColElement (int index) {

Re: How to remove Column blank in DataGrid

2015-03-06 Thread Marlon Maxwel
, these values GWT are being calculated wrong. Anyone had this problem? Att. Em sexta-feira, 6 de março de 2015 07:44:29 UTC-3, Marlon Maxwel escreveu: Hellow, I have 1 DataGrid in GWT and- When I change the size of my grid dynamically, it Creates one blank column at the end of the grid. How can