<p>Thank you Will! Really appreciate your help.</p>
<p>Hello Will,</p><p>Thats great subGridRowExpanded – I can add multiple subgrid one below the other. This however is not feasable usability wise as it requires user to scroll a lot. I was wondering if there is possiblility – so I can another column with (+) that triggers subGridRowExpanded – so that different subgrid can be shown conditionally – this way user can choose which subgrid to see.</p><p>Let me know if there is a way,</p><p>Kris</p>
<p>Thank you</p>
Thank you Will! appreciate the example.
How can we use this will cell edit – where user picks that color and saves the cell. I have tried to use spectrum color picker plugin – like below and apply the style to the background of cell when saved.
dataInit: function(el) {
$(el).spectrum({
type:’color’,
preferredFormat: “hex”,
showInput:true,
change:function(c){
myGrid.jqGrid(‘saveCell’,seliRow,seliCol);
$(el).spectrum(‘destroy’);
}
});
}
Thank you Will! this works for now.
Thank you for quick response Will!
May be quick work around will be having a utility function checking the rowObject if xml or json object.
Kris
As always, Thank you Will!
Not sure what you mean, xml data does not contain a “$” symbol in the data. $ symbol seems to be from the formatter used
formatter:’currency’,formatoptions:{decimalSeparator:’.’,thousandsSeparator: ‘,’,decimalPlaces:2,prefix:’$’}
ok. will try the replace_format
Thanks,
Kris
Posting to the forum, is not properly working. I posted an issue regarding excel export and dollar sign – but it does not show in the forum at all – it says it is pending moderation.
could you please check
Kris
Thank you Will! colmenu position works now.
Hello Will,
I have updated new build from Github, it seems to be working now.
Thank you for quick response.
much appreciated.
Kris
Here is the link demonstrating the issue
Will,
Not sure how this is supposed to work, I updated with the latest from Github, but the excel still does not export as link. Then link is actually in the xml data.
for example:
<a href="somepage.php" target="_blank" rel="noopener noreferrer">Link to page</a>
or does it need to use the formatter: link?
Kris
Thank you, Will! much appreciated.
I will test it and let you know
Kris
ok. Thank you Will.
When I do as you have mentioned, it just exports as it is with html link – how do I get it to show as a link in excel
Kris
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top