Categories | Question details Back To List | ||
Grid - add ID to grid cell Hello, i am populating a grid with xml data. In your docs i found methods to call a grid cell via row- and column index. My question is: Is there a way to add an Id directly in xml, e.g. via <cell id="">, which can be called then directly once the grid is initialized, instead of using row and column indexes? If it is not possible from xml, how would another approach look like? Thanks, Chrissu Answer posted by Support on Jan 09, 2009 04:56 The cell in grid can be defined by row ID and column Index - this is the only possible way. |