I found the problem…
The selection like you say is working only with the “SelectionMode=One”
I’m using the “SelectionMode=MultiSimple” and not working… (visually).
Try it!, maybe is a little bug
Ok, I know the problem.
Maybe something with the theme??
If i ask for the selected items, yes it is selected.. but not visually.
The visual selection works only with the “click”… maybe some bad with my theme?
Ok, also is not working…
Always is the same width… in any option..
Only change if i change directly.
Please try the attached sample app. It adds a new control and a new row every second in a background task. Let me know if this is different from what you are doing and in case, can you tweak the sample to make it fail? Or can you send me the IRC app? There may be a difference with the threads.
I’m not sure I understand. From the code you posted looks like you are adding a ListViewItem objects to a ListBox and when you select the item it doesn’t work? Or are you adding the items to a ListView and try to select the in a ListBox? You can’t select an item in the ListBox and expect to see it selected also in the ListView.
I tried a small sample and it all works fine – If I understood what you are trying to do. If you attach a small sample we can make sure we are looking at the same thing.
The example creates 5 ListViewItem instances and adds them to a ListView and to a ListBox. Selecting the index (listiew) or item (listbox) works well. Selecting in one control will *not* affect the other control, which is also correct.
also the i tried the “Fill” option, but the result is the same..
I don’t know what you say with “FillWeight”…
If I only try the “Fill” option is not working.. is the same with any selection
AutoSizeColumnMode.Fill is the only mode that is supported at the moment.
http://setup.wisej.com/builds/notes/Wisej%20Release%20Notes-1.3.27.htm
The Fill Mode in conjunction with FillWeight seem to work. Did you try Fill?
Is an “ListItem”.
But not… the selection dynamically is not working.
I tried everything..
After i add all my items to listview…
I tried
ListBox.SelectedIndex = 52
And nothing…
And ListBox.SelectedItem = vSel (my item object)
and nothing…
Yeah I started playing around with that and I might end up switching. One of the nice features that RadScheduler has is how it handles recurrence of tasks. Though I am fighting some issues with it at the moment.
The ListViewItem widgets at the moment don’t have the “hovered” state. I have logged an enhancement request. Once the “hovered” state is added you can use a theme mixin to control every aspect of the ListViewItem wehen hovered. It’s WJ-7997.
Cannot reproduce it with a simple test case. I see the window being restored correctly to the location and size before being minimized. Do you have the Location and/or Size programmatically? Can you send a small test case?
Do you mean a StackPanel or NavigationBar or Accordion? 🙂
Thank you for the report. The workaround is to call panel.CreateControl() before setting Collapsed to false. Logged as WJ-7996.
Best,
Luca
What type is lv?
In general, a ListBox accepts anything as an item and item’s properties are not related to the ListBox at all. The only way to select a ListBox item is to use ListBox.SelectedItem or ListBox.SelectedIndex.
Thank you for the update.
We also have the FullCalendar extension (https://wisej.com/extensions/). It’s a fully integrated jquery-based widget (no iframe) that uses Wisej remote model to receive events in pages – it can handle unlimited events. It can be themed with plain css and it allows for very deep integration with your app.
/Luca
Here is the updated example. So it is just UpdatePanelAspNetControl so any asp.net control that works with an update panel would work well with it.
Nevermind I got rid of the Telerik Script Manager, Telerik Ajax Manager and just used a ScriptManager and UpdatePanel and it updates now much faster with no flickering/refresh.
Hi Mark,
The alignment seems correct. It works in a grid, see image below. The TextImageRelation determines which grid is used by the Image and the Label inner widgets. The Alignment determines which cell. You can restrict the borders of the grid by setting the padding. The cells are expanded and compressed automatically depending on the content. It’s a double grid layout.

Best,
Luca
The grammar property is empty … perhaps this is the problem?
I have attached a screenshot.
The Speech is initialized by these codelines:
speechRecognition1.InterimResults=false;
speechRecognition1.Continuous=true;
speechRecognition1.Language=”de-DE”;
AttachEvent=true;
speechRecognition1.Result+=SpeechRecognition1_Result;
speechRecognition1.NoMatch+=SpeechRecognition1_NoMatch;
speechRecognition1.SpeechEnd+=SpeechRecognition1_SpeechEnd;
speechRecognition1.SpeechStart+=SpeechRecognition1_SpeechStart;
The error did occur very rare, at most time all is working well.
Thank you Frank,
for you here are some details for #1.
If you activate the checkbox ‘Event cell format’ the event CtlDatagridview1_CellFormatting is executed and nice fore- and background colors showed up.
All is working fine as supposed.
If you uncomment the line
//oDatagridviewcolumn.DefaultCellStyle.Alignment=DataGridViewContentAlignment.MiddleLeft;
the event is executed, but no more color cell formatting is executed.
If you copy the form to winform there is no problem with this.
I recognize another problem #6:
The DateTime and bool column didn’t change the color if you activate the checkbox ‘Event cell format’.
And another #7: Activating the Row ‘Add’ option is not working well
Activate the checkbox Row ‘Add’.
Insert 3 Rows, by i.e. click the checkbox in the bool column.
Then … no more Rows can be inserted, in Winform you can add endless rows.
Hope these are enough details, thx for advance for your help Frank !
I think this litte ‘nasty’ DataGridView Test example let us find the last errors in the datagridview.
Altough you did a good job with this DataGrid … I know that the implementation is a very hard thing 😉
Kind regards
Kay
