silverlight - RadGridView Template Resource -


संसाधन में डालने के लिए टेम्पलेट कैसे बनाएं:

  & lt; telerikGridView: RadGridView x: नाम = "MyGridView" आइटमसोर्स = "{बाध्यकारी माइस्सोर्स}" स्वत: उत्पन्न कॉलम = "गलत" & gt; & LT; Telerik: RadGridView.Columns & gt; & Lt; टेलीरीकग्रिड दृश्य: ग्रिडव्यूकॉलम हेडर = "आईडी" & gt; & LT; telerikGridView: GridViewColumn.CellTemplate & gt; & LT; DataTemplate & gt; & Lt; TextBlock Text = "{बाध्यकारी आईडी}" / & gt; & Lt; / DataTemplate & gt; & Lt; / telerikGridView: GridViewColumn.CellTemplate & gt; & Lt; / telerikGridView: GridViewColumn & gt; & Lt; telerikGridView: ग्रिडव्यूकॉलम हेडर = "नाम" & gt; & LT; telerikGridView: GridViewColumn.CellTemplate & gt; & LT; DataTemplate & gt; & Lt; TextBlock Text = "{बाध्यकारी NAME}" / & gt; & Lt; / DataTemplate & gt; & Lt; / telerikGridView: GridViewColumn.CellTemplate & gt; & Lt; / telerikGridView: GridViewColumn & gt; & Lt; / Telerik: RadGridView.Columns & gt; & Lt; / telerikGridView: RadGridView & gt;  

मेरे पास 2 अन्य ग्रिड हैं जिनके पास समान टेम्पप है।

शब्दकोश फ़ाइल बनाएँ और App.xaml

  & lt; अनुप्रयोग। संसाधनों & gt; & LT; ResourceDictionary & gt; & LT; ResourceDictionary.MergedDictionaries & gt; & Lt; संसाधन स्रोत स्रोत = "Resourses / DataTemplates.xaml" / & gt; & LT; /ResourceDictionary.MergedDictionaries> & Lt; / ResourceDictionary & gt; & LT; /Application.Resources>  

संसाधन फ़ाइल सामग्री ...

  & lt; संसाधनक्षेत्र xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation "Xmlns: x =" http://schemas.microsoft.com/winfx/2006/xaml "xmlns: mc =" http://schemas.openxmlformats.org/markup-compatibility/2006 "xmlns: toolkit =" http: //schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit "mc: Ignorable =" d "& gt; & Lt; डेटाटामप्लेट एक्स: कुंजी = "ग्रिडआईडटीम्प्लेट" & gt; & Lt; TextBlock Text = "{बाध्यकारी आईडी}" / & gt; & Lt; / DataTemplate & gt; & Lt; DataTemplate x: कुंजी = "ग्रिडनाममेटलेट" & gt; & Lt; TextBlock Text = "{बाध्यकारी नाम}" / & gt; & Lt; / DataTemplate & gt; & Lt; / ResourceDictionary & gt;  

और अपनी फ़ाइल संदर्भ में नामों के आधार पर डेटा टेम्पलेट

  & lt; telerikGridView: RadGridView x: नाम = "MyGridView" ItemsSource = "{बाध्यकारी MySource}" AutoGenerateColumns = "false" & gt; & LT; Telerik: RadGridView.Columns & gt; & Lt; टेलीरीकग्रिडदृश्य: ग्रिडव्यूकॉलम हेडर = "आईडी" सेलटैम्प्लेट = "{स्टेटैटिक रिसोर्स ग्रिडआईड टेम्पलेट}" / & gt; & Lt; telerikGridView: ग्रिडव्यूव्यू कॉलम हेडर = "नाम" सेलटैम्प्लेट = "{स्टेटिक रिसोर्स ग्रिडनाम टेम्पलेट}" & gt; & Lt; / Telerik: RadGridView.Columns & gt; & Lt; / telerikGridView: RadGridView & gt;  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -