Hello,
I like the simples solutions too 🙂
Regards
Tony
Hello,
You can put a toolbar after the caption and put here a button. See demos – custom toolbars. Another solution is just to set
caption: 'My caption ' +'',
in the grid options and then attach a click action for this button.
Regards
Tony
Hello,
I think that there is a simple solution.
Server side you can combine the data from the two columns to one and put this data in the grid.
Regards
Tony
Hello,
Actually this is the way – creating custom formatter.
Regards
Tony
Hello,
Thanks. I see where is the problem – in the definition of the name property.
Actually it is a bug. Permanently you should use non doted name i.e replace
name:'t.id' with name:'id' – do this for all fields
Regards
Tony
Hello,
Thanks Renso.
Also the new option dataUrl can be used too – which I recommend.
Regards
Tony
Hello koni,
Could you please try 3.4.4 where this is fixed.
Regards
Tony
Hello,
I do not understand. Where do you want to put image in the grid title bar or in the menu which appear when you right click?
If this is in the menu plugin – please refere to the authors plugin page how to do this. There is such example.
Regards
Tony
Hello,
The key value should not be enclosed in ''
Regards
Tony
Hello,
1. Use the formatter
2. Use afterInsertRow event with setRowData methods
Regards
Tony
Hello,
I order to resolve this I need a link to the problem, or if this is not possible, please send me the entry html file, again with all other files used with them.
Regards
Tony
Hello,
You can apply this in your style which should be after the ui.jqgrid.css.
overwriting these properties
.ui-jqgrid .ui-jqgrid-title { … }
.ui-jqgrid .ui-jqgrid-titlebar-close { …}
in appropriate way
Best Regards
Tony
Hello,
use addGridRow method with empty or some default values and then apply inline edit to that row.
Regards
Tony
Hello,
Do you have read carefully the changes.txt where
– the showLink now can accept custom name for the id The parameter is idName :
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top