ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Bug in Tree Grid
« previous
next »
Print
Pages: [
1
]
Author
Topic: Bug in Tree Grid (Read 419 times)
hirehop
Pro Ultimate
Newbie
Posts: 43
Bug in Tree Grid
«
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Bug in Tree Grid
«
Reply #1 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
Logged
hirehop
Pro Ultimate
Newbie
Posts: 43
Re: Bug in Tree Grid
«
Reply #2 on:
July 20, 2023, 07:08:03 pm »
and about first point is about "virtualwin" for a tree grid causes an error?
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Bug in Tree Grid
«
Reply #3 on:
July 20, 2023, 07:19:39 pm »
Please mention the error details.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Bug in Tree Grid