<px:PXTabItem Text="Scope">
<AutoCallBack Enabled="True" Target="tab" Command="Save">
<Behavior CommitChanges="True" /></AutoCallBack>
<Template>
<px:PXRichTextEdit runat="server" AllowLoadTemplate="false" AllowAttached="true" AllowSearch="true" AllowMacros="true" AllowSourceMode="true" DataField="usrDescription" ID="edUsrDescription" Style='width:100%;height:120px;'>
<AutoSize Enabled="True" MinHeight="120" />
<LoadTemplate TypeName="PX.SM.SMNotificationMaint" ViewName="NotificationTemplate" Size="M" DataMember="Notifications" ValueField="notificationID" TextField="Name" DataSourceID="ds" /></px:PXRichTextEdit></Template></px:PXTabItem>
when i edit edUsrDescription my graph is not dirty.
and how to set Disable PXRichTextEdit?
Answer
PXRichTextEdit not call dirty
Best answer by bihalivan15
<px:PXTab ID="tab" runat="server" DataSourceID="ds" Width="100%" DataMember="CurrentProjectIssue"
In PXTab must be DataMember
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.