iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
In the following example:
<Intersoft:GridPresenter Margin="0,0,0,0" Grid.Row="1" AutoGenerateColumn="No" SelectionMode="Single" ItemsSource="{Binding MyActionItems}" SelectedItem="{Binding SelectedMyActionItem, Mode=TwoWay}" StatusReadyText="Double-click Project to go to Project Maintenance View" AllowEdit="No" DisplayRowHeaders="No" > <Intersoft:GridPresenter.Columns> <Intersoft:DataPresenterTextColumn DataMemberField="ProjectName" /> <Intersoft:DataPresenterCheckBoxColumn IsReadOnly="True" Editable="False" Caption="Constraints Missing" DataMemberField="ConstraintsMissing" /> <Intersoft:DataPresenterCheckBoxColumn IsReadOnly="True" Editable="False" Caption="Deliverables Missing" DataMemberField="DeliverablesMissing" /> <Intersoft:DataPresenterCheckBoxColumn IsReadOnly="True" Editable="False" Caption="No Project Work Estimates" DataMemberField="NoWorkEstimates" /> <Intersoft:DataPresenterCheckBoxColumn IsReadOnly="True" Editable="False" Caption="No Time Entered" DataMemberField="NoTimeEntered" /> <Intersoft:DataPresenterCheckBoxColumn IsReadOnly="True" Editable="False" Caption="No Timesheets Last Week" DataMemberField="TimeSheetsMissing" /> </Intersoft:GridPresenter.Columns> </Intersoft:GridPresenter>
All the DataPresenterCheckBoxColumns can checked and unchecked, even though i have IsReadonly set to true and Editable set to false. How can I make a readonly checkbox field?
I was able to reproduce the issue on my local test.
This issue is currently being forwarded to the GridPresenter development team to be investigated further. I’ll keep you updated with any new I heard from the team regarding this matter.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname