Jump to content


jsvaton

Member Since 17 Feb 2014
Offline Last Active Apr 15 2015 01:22 AM
-----

Topics I've Started

TNxFieldChooser and Grid

09 April 2015 - 09:32 PM

Hello,

 

i would like to ask how can i change icon when i drag column from grid to TNxFieldChooser.

On grid I set goCanHideColumn in Options, so  TNxFieldChooser accept field and hide it, but drag icon over TNxFieldChooser is still big X cross, which is little bit confusing.

 

Thank js


Grid custom TextAfter/TextBefore on rows

20 April 2014 - 01:33 AM

Hi,

i need to draw custom textafter in TnxTextColumn or add Col,Row in OnGetDrawText.
Because i have grid with values and after value need to show units. User can edit only value so TextAfter is great but now is same for all rows. I need this:

5 [kg]
7 [kg]
25 [ml]
147.5 [ml]
47 [kg]
etc.

OnGetDrawText i can't use because i don't know which fields is requested (no col, row info)
TextAfter is same for all rows.

So, is possible do that with NextGrid ?