Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Dynamic colspan

Hi,

I am attempting to make a slider control span across three columns in a grid using the following:

var slide = Appery('numslider');
$([slide]).attr('colspan',3);

This is not correct, can you advise me on how to achieve this. The grid is called 'loadgrd' and consists of three columns and three rows I want the slider to span all columns on row 2.

Regards,
Joe

Return to “Issues”