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.

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 )

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 “1” ".