C1_Deepankar
-
C1_Deepankar posted on the forum topic AutoSizeFixedColumns and MinWidth in the group
FlexGrid for Silverlight: 2 days, 19 hours ago · ViewHi,
Try with the latest build. I could not replicate the behavior. In case you still get the same
behavior, just attach a small sample to show the problem. You can download the latest
build from the given links.http://prerelease.componentone.com/hotfixes/silverlight/C1Silverlight4_4.0.20121.246.zip
http://prerelease.componentone.com/hotfixes/silverlight/C1Silverlight5_5.0.20121.246.zip
-
C1_Deepankar posted on the forum topic Chart AutoMin in the group
Chart for WPF: 5 days, 15 hours ago · ViewHi,
Similar to another post you have done, the solution for this behavior remains same. You have to
set the ‘AutoMin’ property to ‘False’ and then set the desired value for the ‘min’ property. -
C1_Deepankar posted on the forum topic AutoMin/AutoMax in the group
Chart for WPF: 5 days, 15 hours ago · ViewHi,
You can set the AutoMin/AutoMax property for the axis to ‘False’ and then you can set your
required value for ‘Max’ or ‘Min’ property. If it is not known, you may find the max value
of the dataseries and then set the ‘Max’ property as per some calculation. -
C1_Deepankar posted on the forum topic merging text scroll problem in the group
FlexGrid for WinForms: 1 week, 2 days ago · ViewHi, You will need to do some custom coding to implement this behavior. Using OwnerDrawCell() event, you can control the display of string for the merged cells. Try the given code in ‘OwnerDrawCell’. BEGIN CODE END CODE Just one thing that you might have to adjust in your application. The above code works only for [...]
-
C1_Deepankar posted on the forum topic update cells with data outside of DataMap in the group
FlexGrid for WinForms: 1 week, 4 days ago · ViewUse OwnerDrawCell() event to translate integer values into Text values or the Name
of the rep. You can also set forecolor of the cell. This way you do not need to add the
rep in the Dictionary. See a small suggested implementation below.BEGIN CODE
END CODE
-
C1_Deepankar posted on the forum topic Can I access the C1ChartLegend's series images/objects? in the group
Studio for Silverlight: 1 week, 5 days ago · ViewHello Rob, We cannot directly access the legend item images. Infact they are not images, but a DataTemplate. I have not tried out this. But you can try setting the LegendItem collection of Chart as ItemSource for your Grid. You can define a Template column, use the LegendItemTemplate design as CellTemplate for this column and [...]
-
C1_Deepankar posted on the forum topic AutoFilter Apperance in the group
DataGrid for WPF: 1 week, 6 days ago · ViewHello Jessica,
I could not replicate the behavior. Can you please provide us a sample application
and mention the build you are using. In the mean time, you can download the latest
build and verify if you are getting the similar filter dropdown. -
C1_Deepankar posted on the forum topic C1ComboBox – Null Text in the group
Studio for Silverlight: 2 weeks ago · ViewI have not tried implementing your code. But can you check out the given code and
see if that works out.I have attached the complete sample for you. It is just a workaround. If you have any doubts
let me know. -
C1_Deepankar posted on the forum topic Binding stops working in C1NumericBox in the group
Studio for Silverlight: 2 weeks ago · ViewHello Danjal, Following response was received from the developer on this issue. —————————————————————————————————————- Starting with build 229, C1NumericBox doesn’t allow to set Maximum less that Minimum, this possibility was treated as a bug. On an attempt to assign such a value to Maximum its value corrected by the control and is set to Minimum. Because [...]
-
C1_Deepankar posted on the forum topic DataGrid Sorting Issue in the group
Studio for Silverlight: 2 weeks ago · ViewHi,
Sorry for the delay in response. Reported issue has already been fixed. However, the fixed
build is under testing. Once the build is passed through the Testing, I will send you the link
to download the same.In case you need this urgently, we can provide you the untested build as well.
-
C1_Deepankar posted on the forum topic C1ComboBox – Null Text in the group
Studio for Silverlight: 2 weeks, 2 days ago · ViewWhy don’t you try using ‘Watermark’ property of C1ComboBox.
-
C1_Deepankar posted on the forum topic DataGridComboBoxColumn not open in the group
Studio for Silverlight: 2 weeks, 2 days ago · ViewHi Patrick, I could not replicate the behavior at my end. Please check the attached sample. In case you are implementing in a different manner, send us a sample which shows the reported behavior. Even though, I don’t think this could be a build issue, but you can also try with the latest build. You [...]
-
C1_Deepankar posted on the forum topic Flex grid check box group row. in the group
FlexGrid for Silverlight: 2 weeks, 6 days ago · ViewHi, We have not received the sample you have referred. In case you are experiencing some issues uploading the sample, please make sure that your sample is less than 5MB while uploading it on our forum site. If you still have some problem, you can upload it on third party websharing website (ex. Rapidshare/Speedyshare) and [...]
-
C1_Deepankar posted on the forum topic NumericValue Filter not working with null column values in the group
Studio for Silverlight: 2 weeks, 6 days ago · ViewI could see the behavior as you have mentioned. Similar issue has been reported
recently which has already been forwarded to the developer. Once we receive any
update, I will inform you the solution.As of now, you may try handling the behavior manually as per your requirement. Please see
the suggested code below. -
C1_Deepankar posted on the forum topic Binding stops working in C1NumericBox in the group
Studio for Silverlight: 3 weeks, 1 day ago · ViewHello Danjal,
Sorry for the delayed response. I have checked the behavior with your sample and could see
the difference in behavior with the older build and the latest version. We will review this
further and report to the developer. Once I receive an update, I will update you accordingly. -
C1_Deepankar posted on the forum topic Flex grid check box group row. in the group
FlexGrid for Silverlight: 3 weeks, 1 day ago · ViewHello,
It will be quite helpful, if you can you post a small complete sample showing the reported
behavior. Most likely it should be in the code that might be causing the issue. So if we can
have the exact implementation, we will be able to suggest you the solution quickly. -
C1_Deepankar posted on the forum topic DataGrid Sorting Issue in the group
Studio for Silverlight: 3 weeks, 1 day ago · ViewWe are yet to receive any update on this issue. I will ask for the latest status and update you soon.
-
C1_Deepankar posted on the forum topic Binding stops working in C1NumericBox in the group
Studio for Silverlight: 3 weeks, 6 days ago · ViewHi Danjal, Can you post a sample showing the behavior. Reported issue is not clear. I used two TextBoxes were used as Binding Source Element for Maximum and ‘Minimum’ property of C1NumericBox. Setting the Value as per your information did not show any problems with the Binding. Correcting the value for Maximum gets the C1NumericBox [...]
-
C1_Deepankar posted on the forum topic Column header merge with CellFectory in the group
FlexGrid for Silverlight: 3 weeks, 6 days ago · ViewHi Joyous,
In the code you have provided, I don’t see Merging enabled on the C1FlexGrid. You have allowed
the merging on Row basis. However, you have not enabled the merging on the grid. Inserting this
code should help you.c1FlexGrid1.AllowMerging = AllowMerging.ColumnHeaders;
-
C1_Deepankar posted on the forum topic switch off automatic for fontsize with row height? in the group
True DBGrid for WinForms: 4 weeks, 1 day ago · ViewHi Nick, I could not replicate the behavior in C1TrueDbGrid. By default, C1TrueDBGrid should not have any effects on its Font with change in row height. Can you provide a sample showing the behavior. Also if you can mention the build of C1TrueDBGrid you are using. In the mean time, check with the latest build [...]
- Load More



