I noticed that and tried it with the additional # too, but it didn’t help. I’m using:
|
|
var control = $("#gs_ColumnId", "#gridId");<br /> console.log(control);<br /> control.val('desired data'); |
I’m positive the IDs are spelled and capitalized correctly. When I run that, control contains zero selected objects.
Â
Do you happen to know in what version this functionality was added? We’re still on version 4.3.2 due to the possibility of breaking changes.