Snehit Krishna
-
Snehit Krishna posted on the forum topic CodedUI: Why is searching for a cell so slow? in the group
FlexGrid for WinForms: 3 months ago · ViewHi David, The issue has been fixed in one of the builds slated to be released soon. Since the current build is under testing, if you want, you can take the attached build, but this has not been through QA so it may have some other issues. Do let us know if your issue has [...]
-
Snehit Krishna posted on the forum topic CodedUI: Why is searching for a cell so slow? in the group
FlexGrid for WinForms: 3 months, 2 weeks ago · ViewHello David, This does seem to be a bug with the C1FlexGrid. We have escalated the same to the development team, and will get back to you as soon as we have something from them. Your deduction seems to be correct that, this is happening only when the Fixed column count of the grid is [...]
-
Snehit Krishna posted on the forum topic CodedUI for a cell with text and a check box in the group
FlexGrid for WinForms: 4 months, 1 week ago · ViewHi Jake, Sorry for the delayed response on this post. The mentioned issue is not a limitation with UICoder rather, it is how the grid is designed to function. If you retrieve the values of such a cell which contains both checkbox and text, even without using UICoder, only the text / string value is [...]
-
Snehit Krishna posted on the forum topic Report Designer in the group
Reports for WinForms: 5 months, 3 weeks ago · ViewHi Darryl, This seems to be a bug with the latest version of the ReportDesigner application. I have forwarded the same to the development team. I will let you know as soon as I get an update from them. The subreport is rendered correctly when we preview the complete report though, and also we cannot [...]
-
Snehit Krishna posted on the forum topic Hierarchical display/edit of corrupt data in the group
True DBGrid for WinForms: 6 months, 1 week ago · ViewHi Martin, I am not too sure about your requirements about showing “Corrupt” data, but it seems the basic need is to show data in following way, 1) Heirarchial 2) Parent data in a tree style 3) child data colored according to specified conditions. I have created a sample and attached the same with this [...]
-
Snehit Krishna posted on the forum topic PDFing in the group
Reports for WinForms: 8 months ago · ViewHi, If we need pdf documents exported from the report, we can use the following approach, as mentioned in the blog article, http://our.componentone.com/2011/09/16/export-grouped-data-to-files-while-report-is-being-generated/ This would created group wise PDF, but that would mean exporting data while the report is being generated, and as an overhead, if the data is huge, the rendering process would become [...]
-
Snehit Krishna posted on the forum topic Licensing Issue with Team Foundation Server in the group
FlexGrid for WinForms: 8 months ago · ViewHi Bill, The 2004V2 version seems to quite out of the league. We officially started supporting 64 bit platforms after 2009 versions. Incase you want to license these controls on the 64 bit machine you can try downloading the following licensing application, C1LicenseActivation_2.0.20112.30.zip from the pre-release website, http://prerelease.componentone.com/ Run this application and enter your existing [...]
-
Snehit Krishna posted on the forum topic Export to PDF in the group
WebReports for ASP.NET: 9 months ago · ViewHello, It is not possible to replicate the issue at our end with the information provided above. A few questions, 1) What is the exact build number of the control that you are using in your application? 2) Can you please elaborate more on the usage scenario, as you have mentioned you are using the [...]
-
Snehit Krishna posted on the forum topic BeforeAddRow Cancel problem in the group
FlexGrid for WinForms: 9 months, 1 week ago · ViewHello, I looked at the DataTable sample, the lower grid used in that sample is an MS DataGrid, that does seem to update the rows separately from the grid above, which is a C1FlexGrid. I tried the same steps, ie selecting a row in c1Flexgrid, click on the Header row to sort according to some [...]
-
Snehit Krishna posted on the forum topic BeforeAddRow Cancel problem in the group
FlexGrid for WinForms: 9 months, 1 week ago · ViewHello, Sorry for the delayed response on this one. We have sent the first issue to the developer for his views. Since the AddNew row is a temporary row and a new row is added once the grid is updated, the temporary row is not getting cleared once we are cancelling the event, that would [...]
-
Snehit Krishna posted on the forum topic Known issues with CodedUI and Flexgrid in the group
FlexGrid for WinForms: 9 months, 2 weeks ago · ViewHi Jake, The latest build very much supports CodedUI functionality. We have tested the above mentioned scenarios and FlexGrid works perfectly fine in all of these. There are a few limitations although and those are inherent with CodedUI tests, i.e. it cannot capture drop downs and custom editor controls on its own. For that you [...]
-
Snehit Krishna posted on the forum topic Import back images from excel to flexgrid in the group
FlexGrid for WinForms: 10 months ago · ViewHi, We can import images from an excel sheet into a C1FlexGrid. But it requires using another c1 control and that is the C1Excel. The detailed approach and a sample is already present at the following link, You can go through this to implement the above mentioned functionality. That should do the trick for you, [...]
-
Snehit Krishna posted on the forum topic diferents grid in one preview in the group
FlexGrid for WinForms: 10 months, 1 week ago · ViewHi
Please find attached a sample implementing the same functionality in VB.net.
Regards,
Snehit -
Snehit Krishna posted on the forum topic Setting the style of "fixed" columns by row in the group
FlexGrid for WinForms: 10 months, 1 week ago · ViewHi Chris, You need to use the following approach in order to implement your requirement of applying style on the Fixed column of any row, 1. Create a new style , say “csf1″ and set its backcolor and forecolor properties 2. Set this style to both, Row.Style as well as Row.StyleFixed, so that the complete [...]
-
Snehit Krishna posted on the forum topic Set MaximumLevel manually in the group
FlexGrid for WinForms: 10 months, 1 week ago · ViewHi Schalk, The Maximum level property only retrieves the highest order of the node present in the tree in a grid. You can use the following approach, incase you need to show more levels of trees than you actually need, i.e set the levels of node to those values and leave the initial ones. For [...]
-
Snehit Krishna posted on the forum topic How can get System.Data.DataRow CurrentRow in the group
FlexGrid for WinForms: 10 months, 1 week ago · ViewHi Michel, In C1FlexGrid too it is easy to retrieve the DataRowView, all we need to do is to use the DataSource Property of the row. You can use the following code within the appropriate event of the grid, to access the newly added row. It is also mentioned in the Documentation for the C1Flexgrid [...]
-
Snehit Krishna posted on the forum topic Missing OLAP Functionity in the group
OLAP for WinForms: 10 months, 1 week ago · ViewHi Marinos, The functionality has been implemented in the Demo sample only, it is not present in the OlapPage control by default. The Legend location can be changed using the following approach, 1. Add a reference to C1Chart control from the installation path in the project. This exposes the Olappage.OlapChart.Legend properties to the user. Within [...]
-
Snehit Krishna posted on the forum topic Test in the group
Zip for .NET : 10 months, 4 weeks ago · ViewThis is from a C1 Forum member
-
Snehit Krishna posted on the forum topic Test in the group
Zip for .NET : 10 months, 4 weeks ago · ViewTest third user again
-
Snehit Krishna posted on the forum topic Test in the group
Zip for .NET : 10 months, 4 weeks ago · ViewTest from third user – admin
- Load More



