Forum Replies Created
-
Author
-
December 12, 2017 at 7:51 pm in reply to: Validation obscured by row details Validation obscured by row details #97901
Peter,
That would be wonderful behavior if mine worked that way. Here is a better approximation of my setup. I believe the culprit preventing blur from showing the validation on top of the row details (as in the first fiddle) is the presence of the initrowdetails function, which I implement.
http://jsfiddle.net/1ah9ph8g/39/Can initrowdetails exist and blur still show validation on top?
November 22, 2016 at 4:13 pm in reply to: Can I prevent paste into a cell? Can I prevent paste into a cell? #89234I apologize, but I failed to include some specifics of our grid. Upon further review, this solution doesn’t work for us. We have a grid with some columns editable, some not. We would still like to allow paste into cells of editable columns, but prevent it for cells of non-editable columns. Here is a more accurate setup.
November 22, 2016 at 4:01 pm in reply to: Can I prevent paste into a cell? Can I prevent paste into a cell? #89232Thank you very much. Works great 🙂
- This reply was modified 6 years, 6 months ago by JellyRaptor.
November 10, 2016 at 4:25 pm in reply to: grid datasource objects with absent attributes grid datasource objects with absent attributes #88960Right, the issue is that jqxgrid requires the age attribute to be present on the first record in the source array, which isn’t the case in my scenario.
Here is a fiddle demonstrating the issue in the latest jqwidgets.
http://jsfiddle.net/1ah9ph8g/14/If you replace the current source with the commented out one (simply a reversal of the records), the age displays properly.
- This reply was modified 6 years, 6 months ago by JellyRaptor.
-
AuthorPosts