-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kendo Grid Column Locking not working #235
Comments
You should provide a jsfiddle, or at least sample code. It might help you find your issue along the way. |
Here's the grid code:
|
Here's the datasource code, which is contained in a partial view: ` self.dataSource@(Model.FormId) = new kendo.data.DataSource({
@if(Model.Grids.Count() != 0)
` |
This all works fine, except for the column locking. |
We are creating grids dynamically using knockout-kendo. All the functionality works except column locking. When we lock the columns, the locked column gets out of sync with the unlocked columns, and is missing or truncated, or else all of the columns are squished together in the grid.
The text was updated successfully, but these errors were encountered: