Is it possible to format the RadGrid results a certain way automatically? It appears that the filtering items automatically choose which items are available based on the text in the column. ie. If it is text, it adds the option "starts with" but if it is a number than it has other options so
What I would like is if it is determined to be a # account that it will properly format the results with commas.
I had found where if I put it in the RadGrid_ColumnCreated, that I could do it there but I would have over 200 columns to possibly check.
What I would like is if it is determined to be a # account that it will properly format the results with commas.
I had found where if I put it in the RadGrid_ColumnCreated, that I could do it there but I would have over 200 columns to possibly check.