Page 1 of 1

Dynamic colspan

Posted: Fri Aug 23, 2013 8:29 am
by Joe Bohen

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