Categories | Question details Back To List | ||
to get the cell type in a particular row How to know the type a particular cell of dhtml grid view? Plz help me Answer posted by Support on Sep 01, 2008 05:44 The type of column can be fetched as grid.getColType(index); This will work for column based types only ( not for types defined by "type" attribute in configuration XML |