PDA

View Full Version : Suggestions for next version release


techno_adi
09-21-2006, 03:50 AM
Hi,
Can we have a example on how to bind grid cols to the databse fields in you next version release

Thanks :)

techno_adi
09-21-2006, 08:22 AM
Can we have excel like selection headers for rows (we click on the button and the whole rows get selected, we click on the cell only that cell gets selected)

Also, a flexibility to have our own custom headers for row/cols as an extension to your functionality if we want to?

Thanks

jack.slocum
09-21-2006, 04:05 PM
Can we have excel like selection headers for rows (we click on the button and the whole rows get selected, we click on the cell only that cell gets selected)

It won't be in this release but a CellSelectionModel planned for the following release. Row markers will be needed then as well.

Also, a flexibility to have our own custom headers for row/cols as an extension to your functionality if we want to?

You can put anything you'd like into the headers currently. You can also customize the CSS. As for modifying what elements are actually present, that could be tricky because the grid depends on those elements being present to offer things like sorting indicators, column sizrs, etc. If you replace those elements it would break the grid.

techno_adi
09-22-2006, 03:18 AM
Hi,
will it be possible for you to slip in a support to have colomns show some images (which could be from database or static images as an indicator) in you next release?

Thanks

devol
09-24-2006, 04:20 AM
That is already in the current version. You just need to format the columns with the appropriate HTML.