Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Telerik からコントロールのColumnSeries属性にカスタム属性を追加する方法を知りたいですか?RadHtmlChart
ColumnSeries
RadHtmlChart
次に、asp.netページのコードビハインドでこの属性にアクセスして設定したいのですが、asp.netページにtoのValue値を表示しません。CustomeAttributeRadHtmlChart
Value
CustomeAttribute
<telerik:ColumnSeries CustomeAttribute=""></telerik:ColumnSeries>
できません。サーバー プロパティはコントロールのクラスで厳密に定義されており、コードが認識しない独自のプロパティを追加すると、サーバー エラーが発生する可能性があります。クライアントに関する情報が必要な場合は、隠しフィールドや隠しパネルに情報を保存するか、ScriptManager.RegisterStartupScript() メソッドを介してサーバーからカスタム JavaScript オブジェクトを挿入できます。