You’re right, I forgot Winforms, been programming VWG for about years and the code I posted was VWG. Suggestions worked fine. Sorry for false alarm and thanks for the responses 🙂
Hi Conrad,
I get exactly the same in WinForms. Which result were you expecting ?
To set the value of the first column in your sample, try setting lvi.Text.
Hope that helps.
Best regards
Frank
That seems correct. Subitems start at the second column. The first column is the item. See attached image from the same code in winforms.
Hi Marian,
the fix for WJ-8296 is included in the latest Wisej release build (1.3.74).
Best regards
Frank
Hi Cris,
WJ-8280 is fixed in the latest Wisej release build (1.3.74).
Best regards
Frank
Hi Cris,
the fix is also included in the latest Wisej release (1.3.74).
Best regards
Frank
Hi Andrew,
WJ-8274 is fixed in the latest Wisej release build (1.3.74)
Best regards
Frank
Hi Shawn,
I am not sure I see the problem here. WrapMode does not automatically resize the column (header).
So you need to make it taller to have the 2nd line appear.
Hope that helps.
Best regards
Frank
Good catch, Marian.
I have logged as issue WJ-8296 and a fix will be included in the next Wisej release.
Thanks !
Best regards
Frank
We are working on this. There is a strange resize when pinching and zooming. You can use the viewport meta to limit zooming but Apple decided to ignore it.
Any progress on the debug build?
That class was supposed to be internal and part of the ColorDialog and ColorPicker controls. The ColorDialog is already in the current dev build, I believe Frank sent you a link to the prerelease.
It would have to be built as a service fabric. I don’t think you can run any service like that.
We can give it a try and see what happens on Azure.
When you change the URL by adding a parameter the browser will always reload the page. You can handle it using the Application.ApplicationRefresh event. The new arguments will be in the Application.QueryString collection.
When you change the hash of the URL the browser will not reload and will only fire the hash changed event . Wisej routes the hash changed event to Application.HashChanged carrying the new hash string in the event args.
It was the timeout. Apparently older ios devices don’t recognize the Infinity timeout. I simply set it to 10000. It was working with the 7 and Infinity is a valid timeout value according to the api specs.
See attached modified sample.
The button column’s default cell renderer always shows a button. But you can easily override the column and cell and switch the renderer and change the content to anything you like. You can even have multiple link, buttons, text, images, etc.
Hi Luca,
Your test page is now working on iphones. I played some settings on geo widget but my pages still doesn’t work. Which settings did you apply in your test page.
thank you.
Hi,
PerformClick seem not function in Wisej-1.3.71 DEVELOPMENT BUILDS
Ben
You can use the DataBindingComplete event to go through the rows and adapt the row or the entire column. Use row.DataBoundItem to retrieve the original data used to create the row.
You can use the button column, or you can render any type of html content in a cell, including custom styled buttons, or use “qx-button” to use the css class name of wisej themed buttons. You can use a simple link, or an image, etc. You can also place actual controls in a cell.
See attached small sample.
