Jump to content


altt

Member Since 02 Jun 2010
Offline Last Active Apr 17 2013 08:10 AM
-----

Topics I've Started

Bug: List index out of bounds

12 April 2013 - 10:07 AM

Hi Boki,

I have recently updated NextGrid from v5.7.5 to v5.8.0 (later to v5.8.5). Since v5.8.0, my worked code produces an error: "List index out of bounds". This error was not present in the previous version, v5.7.5.
Please try to compile the attached (minimal) example code and scroll to down of the grid (PageDown/scrollbar)...

Vad

How to set/change row color?

27 June 2012 - 03:17 PM

Hi,
i want something like:
for i := 0 to grid.RowCount - 1 do
begin
  if SomeBoolVar then
	grid.Row[i].Color := ...
end

?

Save grid with TNxTreeColumn

18 April 2012 - 10:13 AM

Hi!
I have grid with two columns:
1) TNxCheckBoxColumn
2) TNxTreeColumn (with child rows)
I need to save/load data to grid during runtime. How? Neither SaveToTextFile, nor SaveToXMLFile don't keep treelike structure! :(

Any help please!