We're building grids on the fly, but the output is like this:
<div id="OrcaGrid29" data-bind="kendoGrid:
{data: dataSource29,
columns: [
{title: 'Provider Id', field: 'ContextId', hidden: true, headerAttributes: { style: 'white-space: normal' }}
,{title: 'Provider Name', field: 'ContextName', width: 150, locked: true, lockable: false, headerAttributes: { style: 'white-space: normal' }}
,{title: 'Provider Short Name', field: 'ContextShortName', width: 150, headerAttributes: { style: 'white-space: normal' }}
,{title: 'NPI', field: 'm_333_Text', width: 100, headerAttributes: { style: 'white-space: normal' } }
...
],
toolbar: [{name:'save', text: 'Save'}, {name: 'create', text: 'Add Provider'}, {name: 'Help', className: 'FormHelp', text: 'View Help' }], editable: true, pageable: { pageSize: 10 }, navigatable: true, scrollable: true, enabled: enabled }">
</div>
Without trying to lock the column, the grid looks fine (see attached: Grid_Without_Column_Lock.PNG). With "locked: true" and "lockable: false" on a column or columns, we get output like attachments: WithColumnLocking_Initial_Page.PNG and WithColumnLocking_After_Paging.PNG. We really need this feature, so any help would be much appreciated!
Thanks,
Bob
<div id="OrcaGrid29" data-bind="kendoGrid:
{data: dataSource29,
columns: [
{title: 'Provider Id', field: 'ContextId', hidden: true, headerAttributes: { style: 'white-space: normal' }}
,{title: 'Provider Name', field: 'ContextName', width: 150, locked: true, lockable: false, headerAttributes: { style: 'white-space: normal' }}
,{title: 'Provider Short Name', field: 'ContextShortName', width: 150, headerAttributes: { style: 'white-space: normal' }}
,{title: 'NPI', field: 'm_333_Text', width: 100, headerAttributes: { style: 'white-space: normal' } }
...
],
toolbar: [{name:'save', text: 'Save'}, {name: 'create', text: 'Add Provider'}, {name: 'Help', className: 'FormHelp', text: 'View Help' }], editable: true, pageable: { pageSize: 10 }, navigatable: true, scrollable: true, enabled: enabled }">
</div>
Without trying to lock the column, the grid looks fine (see attached: Grid_Without_Column_Lock.PNG). With "locked: true" and "lockable: false" on a column or columns, we get output like attachments: WithColumnLocking_Initial_Page.PNG and WithColumnLocking_After_Paging.PNG. We really need this feature, so any help would be much appreciated!
Thanks,
Bob