Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Apr 17, 2008 00:27
open dhtmlx forum
SplitAt for a table of 2/3 columns

Hi,
I'm using splitAt functionality. The table is displaying all the columns when there are more than three columns. But when the table is having less than 3 columns then only the first column is being displayed. Is there any condition to have minimum number of rows to get the splitat functionality to work.
Answer posted by Support on Apr 17, 2008 02:28
There is no any limitation, but it is expected that you count of columns in grid is greater than parameter used in splitAt command
( so having 3 columns and using grid.splitAt(4) can cause problems )

If problem still occurs for you - please provide any kind of sample ( you can send it directly to support@dhtmlx.com )
Answer posted on Apr 17, 2008 02:40
The problem is that the grid loads dynamically. The grid displays with no problems and with all the functionality when the grid is having more than three columns. If the grid is having three or less than three columns then the only first column is being displayed. I'm using "Response.Write "<splitat>1</splitat>" ".