jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks Dimitar…
Hi Dimitar,
thanks for reply , but I was looking for some kind of property that could tell me if the row is in expanded or collapsed state.
Because on the click of one of the column I want to expand the row if it is collapsed and collapse it If it is expanded.Hi Dimitar,
How will I get Id of the second menu Item during initialization , I can get it during click.
Thanks
Hemant.April 13, 2014 at 8:34 pm in reply to: Dynamically add special days Dynamically add special days #53004Hi Dimitar,
Do we have something like RemoveSpecialDate or DeleteSpecialDate , I dynamically created the special dates but it changes in the basis of business logic so I want to remove old date and add new date.
March 31, 2014 at 9:53 am in reply to: multiple buttons in a grid column. multiple buttons in a grid column. #52227Hi Dimitar,
thanks for the quick reply, What you suggested worked fine ….thanks….One more question I have while doing cell rendering , I have a column with checkboxes, I want to get a “select ALL” checkbox on the column header and when selected should select all the check boxes in that column.
Hi Peter,
below is my code but it is working weired.
var xyz='{label: ” Radha Krishna Bodapati”,value: “18”},{label: ” Hari Krishna Chanda”,value: “20”}’;
var source =[xyz]// Create a jqxListBox
$(“#jqxListBox”).jqxListBox({
source: source,
width: ‘200px’,
height: ‘200px’,
theme: ‘energyblue’
});
$(“#jqxListBox”).on(‘change’, function (event) {
alert(event.args.item.label + “, ” + event.args.item.value);
});yep…that is what I was looking for…thanks Peter..:)
Hi Peter,
I saw that example , but I want to have Label and Value combination
so was looking in to Json string …..Please help…!!Hi Peter,
I am not using any theme property for the grid so I tried to make the change the class value in jqx.base.css it is not take effect , I tried changing it to blue but it is not showing up.
Thanks & Regards
Hemant.December 2, 2013 at 7:22 pm in reply to: Customising Link Renderer in data grid Customising Link Renderer in data grid #45867Thanks Dimitar…
December 2, 2013 at 10:05 am in reply to: Customising Link Renderer in data grid Customising Link Renderer in data grid #45833Hi
I have exactly same issue but in href instead of giving a hard code value I want to give the value of another column from data source , how can I do that?
Thanks
Hemant. -
AuthorPosts