Questions tagged [jqxwidgets]

jQWidgets is a widget library built on top of the jQuery JavaScript Library

jQWidgets is a widget library built on top of the jQuery JavaScript library. It empowers developers to deliver professional, cross-browser compatible web applications, while significantly minimizing their development time. jQWidgets contains more than 40 UI widgets.

Resources

143 questions
0
votes
1 answer

Why does my dynamically confirm box only work once?

I have attempted to create a custom confirm UI dialog box, which works perfectly on the 1st attempt, and then on a second attempt of running it, I no longer get alerted of my choice as well as the window does not close. Why is that? What else am I…
BobbyJones
  • 1,331
  • 1
  • 26
  • 44
0
votes
1 answer

How to merge rows in a jqxgrid when row values are same?

I need to merge cells in a jqxgrid which has same row values. Please can someone help me?
0
votes
0 answers

jqxGrid shows no record on the view

I am trying to use JQWidgets in my ASP.net MVC application but I don't see any data in JqxGrid. here is the view containing the grid. @model IEnumerable @{ ViewData["Title"] = "ASP .NET MVC Grid…
WAQ
  • 2,556
  • 6
  • 45
  • 86
0
votes
0 answers

Editing JqxComboBox inside JqxGrid issue

How do I edit(add new) item in jqxComboBox inside jqxGrid. Currently when I add new item in it, its getting blank.
Nitin
  • 101
  • 2
  • 11
0
votes
1 answer

jqxChart with relative values

I was playing around with the waterfall series of the jqxChart. According to its API, the following piece of code defines the values of the axis, in this case it's the y-axis: valueAxis: { title: {text: 'Population
'}, unitInterval:…
Evgenij Reznik
  • 17,916
  • 39
  • 104
  • 181
0
votes
1 answer

how to change the date format in range selection jqxDateTimeInput

I am using jqxDateTimeInput for date time picker. The current date format is in dd/mm/yyyy. I want to change it to dd-MMM-yyyy. Can someone please tell me how to do this? The following is the jqx code: