jQWidgets Forums
Forum Replies Created
-
Author
-
August 2, 2017 at 5:35 pm in reply to: Grid filter 'Does not contain' issue Grid filter 'Does not contain' issue #95283
Got the point. It is regarding empty space not just quote.
Thanks
August 2, 2017 at 5:30 pm in reply to: Grid filter 'Does not contain' issue Grid filter 'Does not contain' issue #95281I didn’t get your answer. After changing the null value to ”, the result is same.
Can you please provide me updated fiddle.
Also, you can have a look on the screenshot with my scenario.
https://ibb.co/nJ9RfQThanks
October 14, 2016 at 12:01 pm in reply to: Search inside jqxdropdownlist Search inside jqxdropdownlist #88204Hi Ivo,
Can we have something like input text field to search inside dropdownlist.
I am using 3.2.2 version of jqxWidgets.
Regards,
DineshOctober 14, 2016 at 11:58 am in reply to: JqxGrid Source referesh with selection mode checkbox in virtual mode JqxGrid Source referesh with selection mode checkbox in virtual mode #88203Thanks Hristo. It is working fine.
Regards,
DineshOctober 13, 2016 at 1:50 pm in reply to: Direct selection of month and year Direct selection of month and year #88158Is it available now in current API?
Thanks
October 10, 2016 at 8:24 am in reply to: JqxGrid Source referesh with selection mode checkbox in virtual mode JqxGrid Source referesh with selection mode checkbox in virtual mode #88004I have checked above on jQWidgets version 4.3 released also. Having the same issue on this version also.
Can someone please look into this. You help would be appreciated !
Regards,
DineshHi Peter,
Can you please share an example of jqxTreeGrid integration with knockout. You can modify above fiddle provided by Monica.
I am also facing same issue. You help would be appreciated !
Regards,
DineshJanuary 15, 2015 at 10:52 am in reply to: Enable select All option in JqxDropDownList with check true Enable select All option in JqxDropDownList with check true #65419Thanks for reply Nadezhda.
I have already seen this one.But I mean to say that can we have select all option along-with the checkboxes option inside dropdown options?
Thanks,
DineshnkNovember 25, 2014 at 5:14 pm in reply to: combobox checkbox inside jqxgrid combobox checkbox inside jqxgrid #63302Thanks Dimiter, It worked.
Hi Peter,
Auto-grow or auto-shrink of cell’s height depending on the cell’s content is still not supported in jqxGrid ?
Thanks
November 11, 2014 at 11:11 am in reply to: Tool tip for a specific column of jqxgrid Tool tip for a specific column of jqxgrid #62532Actually I want to do operations only for specific column of jqxGrid and not bothered about the row just only for cell.
Whenever hovered , want to get that column to open a tolltip in that column’s cells and then edit that cell’s data and update cell value.
This is my whole purpose.Thanks,
dineshnkNovember 11, 2014 at 10:51 am in reply to: Tool tip for a specific column of jqxgrid Tool tip for a specific column of jqxgrid #62530Hi Peter,
Thanks for response. I checked the reference provided by you. These are useful for me, but before going with them, I want to open tooltip for a particular column’s cell only. what should be the condition in this case?
cellhover: function (element, pageX, pageY) {
// update tooltip.
if (/** what should be the condition for a cell of a particular column of jqxgrid **/) {
$(“#jqxgrid”).jqxTooltip({ content: ” });
}
// open tooltip.
$(“#jqxgrid”).jqxTooltip(‘open’, pageX + 15, pageY + 15);
}
Please advice. -
AuthorPosts