This is a migrated thread and some comments may be shown as answers.

[Solved] Extending grid

0 Answers 16 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Giedrius
Top achievements
Rank 1
Giedrius asked on 05 Aug 2011, 08:52 AM
Hi,
I was wondering if there are any guidelines how to extend grid?
Let's say I have following scenario:
I don't like how boolean values are rendered on grid (basically they are rendered as disabled checkbox and disabled checkbox lacks contrast for my customer in some browsers, it is hard/not possible override how disabled checkbox look like in crossbrowser way).
So may be I would like to have images for true/false instead. I know, I could use let's say column templates to change this, but that means, that i would go through all grids in my application and do the same.
I would rather override grid rendering behavior in one place, like have custom grid class and use it through application, is it possible somehow and if yes, are there any information about this on web?
Tags
Grid
Asked by
Giedrius
Top achievements
Rank 1
Share this question
or