shs
  • shs
  • Newbie Topic Starter
2020-12-22T16:42:24Z
Hi,

I have a grid with some footer line that show resume information about the grid.
I 'm searching a way to add a button or an image that will do a clic_event with the possibility to get the value of the cells and/or the value or auxvalue of the header col cell.

Do you know if it's possible ?

Thanks

shs
Igor/10Tec
2020-12-23T15:10:22Z
iGrid's footer cells were designed as lightweight cells mainly to display textual contents like totals. If you want to show 'rich contents' in these cells, use custom drawing and process mouse events. iGrid provides you with the following events to do that: CustomDrawFooterCellBackground, CustomDrawFooterCellForeground; FooterCellMouseDown, FooterCellMouseMove, FooterCellMouseUp, FooterCellMouseEnter, FooterCellMouseLeave.
shs
  • shs
  • Newbie Topic Starter
2020-12-23T15:13:23Z
ok

thank you, I will try this