Wijmo grid grouping - wijmo

I have a wijmo grid where I added users to allow column drag and group by columns. But after dragging the column to group area the area hides or the grid overlaps the area .
I have set allowcolmoving : true and showgrouparea: true .

We are sorry to mention but we could not replicate the issue at our end using the latest version of Wijmo3 i.e. 3.20152.78
Please refer to the following link to download the latest version of Wijmo3:
http://wijmo.com/products/wijmo-3/
Kindly check your sample application with the latest version. If issue still persists, then we request you to please share a small stripped down sample application or modify the attached sample application replicating the issue so that we can look into the issue accordingly.
Please refer to the following link to download the sample application:
http://supportftp.componentone.com/WijGrid_GroupArea.zip

Related

syncfusion datagrid in xamarin forms

All,
I am trying to use syncfusion data grid in xamarin forms now.I have installed trial version as of now. I have created demo from this link
All is fine.I have added all references,no errors at all. but it doesn't shows the datagrid in output( i am using vs inbuilt emulator).it just shows the blank screen like
I couldn't find anything wrong what I have done in my code from above link.its really simple but still why I am not getting output.please help.
Thanks in advance
If you load SfDataGrid directly as a child, the grid will be loaded. If you want to load SfDataGrid inside a ScrollView or a StackLayout, refer the below UG link to achieve it,
https://help.syncfusion.com/xamarin/sfdatagrid/getting-started#launching-the-sfdatagrid-inside-a-stacklayout
Also, you can refer our KB link below to achieve your requirement.
https://www.syncfusion.com/kb/6169/how-to-load-sfdatagrid-in-a-stacklayout
If you need further assistance, please create a new support incident, using our direct trac system.
https://www.syncfusion.com/account/login
-Divakar

jqGrid column is not aligned due to css confliction

I'm using jqGrid. It works until I using a new plug in - jqxWidget. My problem is that the column of jqGrid is not aligned with the column header. Please see the following screenshot for more details.
Question: Is there any way to fix this issue ?
I guess that CSS of jqxWidget affects the style of jqGrid. But I cannot find what it is exactly. Please give any idea if you see this issue before.
I tried to read it here: jqGrid column not aligned with column headers, but I still cannot find the issue.
[Update 1]
I use free version of jqGrid, version 4.5.2. Date: 2013-05-21.

Relenium: how to select a checkbox?

I am experimenting with the R port of Selenium, namely the recently released Relenium. Locating web elements on the page using Relenium seems straightforward enough so far. However, I am having difficulty selecting and deselecting checkboxes. Given the following code I would expect some change in the state of the checkbox on the web page:
library(relenium)
firefox <- firefoxClass$new()
firefox$get("http://jamaserv.jama.or.jp/newdb/eng/prod4/prod4TsMkEntry.html")
firefox$printHtml()
chkbox <- firefox$findElementByXPath("//input[#name='chkCarMaker4All'][#type='checkbox']")
chkbox$isSelected()
chkbox$click()
chkbox$isSelected()
What I get is this, which suggests that no change in state has been achieved:
chkbox$isSelected() # query checkbox state
[1] TRUE
> chkbox$click() # to deselect box
> chkbox$isSelected()
[1] TRUE # no change in state?
>
I have looked at questions related to using Selenium in other languages such as this one for Java but haven't applied them to my own case with any success. This is the first time I have used Selenium, so it may be that I am missing something obvious in its Relenium variant. Any pointers on how to select/deselect checkboxes would be appreciated.
It turns out that this is the result of some strange interaction between Firefox, Selenium and Windows 7.
If in your Windows 7 display settings the font is set to anything other than 100% then Selenium will not click on page elements. I had my fonts set to 125%. After resetting this to 100% I became able to set and unset checkboxes in Relenium, so it doesn't appear to be Relenium-specific after all.
The problem is mentioned in this Stack Overflow question and described in more detail and with a screenshot on this Selenium issue report page. Thanks to Relenium co-author Lluis Ramon for finding this fix.

How to dynamically load rows in enyo when using the Repeater kind?

I was able to add a load more section on the bottom row and successfully have a load more working using setCount. Except it reloads everything (as its suppose to) with no way of maintaining the state of where you were before load more was clicked. So I tried using renderRow, but that does not work because it only refreshes rows that already exists (in my case the rows to be loaded have not been loaded into memory yet). I don't see anything immediately useful in the docs. Anyone encountered this problem or have an idea of how to solve it. Thanks.
I'll try to update this answer with something more complete but what you need to do is find the index of the topmost row before you add your new content and then scroll that row back into view after you update. Something like that should do what you want. I think there were some discussions back on the old developer.palm.com forums from Enyo 1 days that discuss the technique. Should still be applicable to Enyo 2.

Obout Grid Control

I'm having issues using the Obout grid control after changing pages on the grid. For example, testing one of their examples available for download from their site (aspnet_grouping_initial.aspx) if you change pages on the grid you can no longer expand/collapse the groupings.
The same issue exists in all their grid examples if you try to perform any action after changing a page.
Has anyone figured out how to fix this?
Note it does work on their website but not in the code samples you can download.
I have already emailed their support without a response.
Thanks
I'm not able to reproduce this issue. The "aspnet_grouping_initial.aspx" sample works without problems and if you change the page or the page size you can still expand/collapse groups or perform other actions (sorting, etc.). Nobody else reported such problem, so this might be caused from something from your end. What browser are you testing in? Do you get any errors on the client-side after navigating to a different page in the Grid? Are all the resources (scripts, stylesheets, images) loading properly in the browser?

Resources