jQWidgets Forums
Forum Replies Created
-
Author
-
April 6, 2017 at 3:51 pm in reply to: jqxgrid master detail button header select all jqxgrid master detail button header select all #92750
Hi Hristo, You gave me an idea. I tried to put the button similar to the way the custom checkbox was rendered. It works but I cannot toggle the text from “ALL” TO “None”
jsfiddle:
https://jsfiddle.net/evL5pk6e/285/April 6, 2017 at 3:13 pm in reply to: jqxgrid master detail button header select all jqxgrid master detail button header select all #92748Weird in mine does nothing. Just freezes the grid
April 6, 2017 at 6:46 am in reply to: jqxgrid master detail button header select all jqxgrid master detail button header select all #92720Hi Hristo, I tried using the “rendered” property on the second grid in tab “Profile”. It seems to work but when I added in rowdetails to this grid, now the entire grid freezes up. I also tried the bindingcomplete function event, and still the jqxbutton lost its property. I have reduced the code so its simpler now.
Test by just clicking the submit button
JSfiddle
https://jsfiddle.net/evL5pk6e/211/April 5, 2017 at 2:38 pm in reply to: jqxgrid master detail button header select all jqxgrid master detail button header select all #92701Hi Hristo, the jqxbutton2 loses its property. I tried what you said about the bindingcomplete event and the jqxbutton still lost its property:
$(“#ordersGrid”).on(“bindingcomplete”, function (event) {
$(“#jqxButton2”).jqxToggleButton({ width: 40, toggled: true });
});April 5, 2017 at 5:48 am in reply to: jqxgrid master detail button header select all jqxgrid master detail button header select all #92678Hi Hristo I figured it out. One last thing I need help on is that.
I have 2 grid, one on each tab. Both the grid have a columngroup renderer with a button and there is a submit button on the Home tab.
Whenever I click on the “Submit” button It would just do source update on the other grid in the tab “Profile”. Now notice the columngroup renderer with the button for this grid in the “Profile” tab, it loses the jqxbutton property. .You will notice the problem by just clicking on the “Submit button” and try toggle to the “Profile” tab. The second grid with the columngroup renderer that has the button loses its jqxbutton property.
Here is my jsfiddle:
https://jsfiddle.net/evL5pk6e/35/April 4, 2017 at 4:23 am in reply to: jqxgrid master detail button header select all jqxgrid master detail button header select all #92646Hi Hristo. Sorry about I want the toggle button to select all rows in all pages. And the checkbox header will still keep the single page selection
March 15, 2017 at 4:56 pm in reply to: jqxGrid emptyDataString needs to add html jqxGrid emptyDataString needs to add html #92266Did you declare it like this:
$(“#jqxgrid”).jqxGrid(
{
localization:{
emptydatastring: $(“.jqx-grid-empty-cell span”).html(“Custom no data to display message.“),
}
});March 15, 2017 at 3:28 pm in reply to: Dropdown select all filtering problem Dropdown select all filtering problem #92264I figured it out
March 15, 2017 at 1:41 pm in reply to: Dropdown select all filtering problem Dropdown select all filtering problem #92261Basically when I select “Select All” it will show that in the value in the dropdown and all other items will be checked.
March 15, 2017 at 6:15 am in reply to: Dropdown select all filtering problem Dropdown select all filtering problem #92243Hi thanks Hristo, I think i wrote the explaination incorrectly, Whenever I select “Select All” the dropdown will show in text as “Select All” and the the rest of the items in the dropdown will be checked. Also maintaining the threestatecheckbox.
If in the dropdown i checked the “Select All”, and When I deselect any items from the dropdown it will show the remaining items that were checked like Affogato, Americano, Bicerin, etc.
Here is your jsfiddle
http://jsfiddle.net/3coLkbd3/3/February 22, 2017 at 12:54 am in reply to: jqxgrid mastergrid perform using button click on each row jqxgrid mastergrid perform using button click on each row #91766Yes when I press the button for that row, it will bring the details for that row.
February 22, 2017 at 12:52 am in reply to: jqxgrid mastergrid perform using button click on each row jqxgrid mastergrid perform using button click on each row #91765Yes hristo
February 21, 2017 at 2:58 am in reply to: jqxgrid mastergrid perform using button click on each row jqxgrid mastergrid perform using button click on each row #91727Could use help on this?
February 14, 2017 at 3:49 pm in reply to: jqxgrid rowselect parent and also selects nested jqxgrid rowselect parent and also selects nested #91567Hey Hristo, i tried the rowselect event but nothing selects.
http://jsfiddle.net/8198ykLv/6/February 10, 2017 at 9:06 pm in reply to: Nested grids with unique records Nested grids with unique records #91487Hi Hristo, I was able to implement the second level grid with unique records. But the third level is having the same records.
So right now its doing like this:
Row 1: Bakery
Row 2: PizzastoreSecond Level nest: Good, all rows are unique. but when you try to expand its has same results as Pizzastore.
Third Level nest: Bad, the rows are not unique.
Row 1: Bakery: Third level showing records: index–>0
Ryan
Waiindex–>1
Leo
BryantRow 2: Pizzastore: Third level also showing records: index–>0
Ryan
Waiindex–>1
Leo
BryantPlease help here is my jsfiddle:
http://jsfiddle.net/9hg0vffm/33/ -
AuthorPosts