jquery-bootgrid
jquery-bootgrid copied to clipboard
How to put input box & Select box in row column in HTML with Bootgrid
I tried to put input box & Select box in row column in HTML with Bootgrid but input box is not coming td is blank & In Select box he removes all options tag & select tag also if i typed in td like below
result showing me as Option1Option2Option3Option4
Please let me know asap it's urgent...
You will find here the command button example. To see the JavaScript code press the JavaScript tab below the demo.
I sort this issue but now issue with selectpicker Selectpicker.js - Select box for styling is not working with boot-grid how can i solve this problem... there is any variable through i can call a function?
Did you initialize your sub plugins like selectpicker.js inside the loaded event? Because otherwise it would not work. Also be aware of the known issue described here. To keep it simple for you, I added an example below how to do it right with the known issue I mentioned above in mind:
var grid = $("#selector")
/* First apply initialize and load events */
.on("loaded.rs.jquery.bootgrid", function()
{
/* Initialize sub plugins here */
}
/* Then initialize bootgrid */
.bootgrid({...});
Issue #193 Theres a guy who tweaked bootgrid to allow html. Works great for me! @sushant357 @rstaib
@surgiie Thanks for that link. I was just looking into this like an hour ago!
try out http://gijgo.com/grid/demos/bootstrap-grid-inline-edit