Grid cannot work well
Hi, I try to use this control in asp.net today, but I meet a problem. I do not if it is a bug or my problem.
1. I put a treeview on left and put the grid of ActiveWidgets on right. When we click one node, I get data from database and convert it to JOSN and use grid.setCellText(data), it work well. But I click this node again, this grid will disappear.
2. I put the treeview to UpdatePanel and put the grid to another UpdatePanel, when I selected a node of the tree, I get data from db and set to Grid, then invoked rightUpdatepanel.Update() , but the grid cannot show to me.
thanks for you answer and sorry for my poor English.
1. I put a treeview on left and put the grid of ActiveWidgets on right. When we click one node, I get data from database and convert it to JOSN and use grid.setCellText(data), it work well. But I click this node again, this grid will disappear.
2. I put the treeview to UpdatePanel and put the grid to another UpdatePanel, when I selected a node of the tree, I get data from db and set to Grid, then invoked rightUpdatepanel.Update() , but the grid cannot show to me.
thanks for you answer and sorry for my poor English.
Archer
October 14,