Jump to content


Photo

ListColumn change value event


  • Please log in to reply
2 replies to this topic

#1 Alex

Alex
  • Members
  • 17 posts

Posted 17 May 2017 - 02:42 AM

Hello, I can't find a suitable event to get current value of a ListColumn's cell. The closest is OnSelect but

1. there is no parameters in this event

2. i can get index value of the cell with the non very good looking construct below, but the index updates only after the cell loses it's focus or something:

NextGrid1.Cell[NextGrid1.SelectedColumn, NextGrid1.SelectedRow].AsInteger


#2 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 17 May 2017 - 12:06 PM

Hi,

You can read Inplace-editor for Column (Editor) and cast it as TNxComboBox . Then, you can use TNxComboBox events, and properties such as ItemIndex.
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#3 Alex

Alex
  • Members
  • 17 posts

Posted 18 May 2017 - 02:11 AM

Thank you. 






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users