Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody. I have a grid used slick and jquery, but i dont get grid by ID. It only use

JavaScript
grid = new Slick.Grid("#myGrid", data, columns, options);


I want to get grid used my ID

Ex

JavaScript
var grid=Jquery.Slick(MyID);


Thank to support
Posted
Updated 14-Jul-14 4:04am
v2
Comments
Kornfeld Eliyahu Peter 14-Jul-14 9:25am    
Slick.Grid and jQuery.Slick are not about the same thing. One is a grid control and the other is a carousel!
tieudoan208 15-Jul-14 22:13pm    
thanks you. i am using server control enable them. and write method to get it

get_SlickGrid: function()
{
return this._grid;
}

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900