Click here to Skip to main content
15,881,697 members

Comments by sdileep1 (Top 12 by date)

sdileep1 22-Jan-19 0:01am View    
I have added 'IsSelected' property in my code. But am not able to reflect in the UI. I am suspecting some logic is missing. Am not able to get the parent checkbox to set based on the child item selection. Maybe need to add some logic in HandleChildCheck(CheckBox sender, bool check) method when child item is selected. Could you please help me to get the GroupItem from the Collectionview to set this.
sdileep1 17-Jan-19 23:35pm View    
I have created the template like this but this is not working when the second template group checked childrens are not selected and vice versa. I was stuck at threestate is not working for checkbox? could anyone one help on this?
sdileep1 23-Jul-15 3:21am View    
Exe file name is fixed to 'Sample.exe'. If user changes it to maximum length of characters and try to run that, error occurs.
sdileep1 22-Jul-15 3:35am View    
I tried this too. but no use. Issue still exist by clicking task bar close window icon before doing any action on message box.
sdileep1 22-Jul-15 1:59am View    
I have tried that. But, issue is still exist.
In 'Cancel' button event, i have added FormClosingEventArgs.Cancel= false;
Then In Form Closing event, added the Message box to display.

When i clicked on cancel button, message box displayed. Then again i have clicked on task bar icon close window, focus is moving from message box to Main Window.