Hello All,
here i m finding the column of datagrid
Column<Record, String> col = (Column<Record, String>) dataGrid.getColumn(j);
if (col.getCell().getClass().toString().equals("class
com.google.gwt.cell.client.SelectionCell"))
{
Window.alert("SelectionCell");
String value ="Dummy";
col.getCell().setValue(context, parent, value);
}
how can i put the "Dummy" in selection cell display????I dont know how to
use setValue,or is there any other method??
Regards,
vai.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.