ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: hirehop on July 18, 2023, 09:46:57 pm

Title: Bug in Tree Grid
Post by: hirehop on July 18, 2023, 09:46:57 pm
Setting "virtualWin" for a TreeGrid causes an error.

On Tree Grid, if you set a column to dataType:"float" and then in the render function return a number and not a string, it doesn't output the number.  Works fine on normal grids.
Title: Re: Bug in Tree Grid
Post by: paramvir on July 18, 2023, 10:13:17 pm
number is not supposed to be returned in the column.render callback. It has no relation to the dataType of the cell.

https://paramquery.com/pro/api#option-column-render
Title: Re: Bug in Tree Grid
Post by: hirehop on July 20, 2023, 07:08:03 pm
and about first point is about "virtualwin" for a tree grid causes an error?
Title: Re: Bug in Tree Grid
Post by: paramvir on July 20, 2023, 07:19:39 pm
Please mention the error details.