Programming language to do pivot table drag and drop [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
does php or java able to do the drag and drop pivot table just like the c# winform devexpress? please advise.TQ

Not natively but I believe there are 3rd party controls available. I don't remember them being nearly as full featured as DevExpress, but it's been a few years since I've looked around.

Related

Create own widget in C# and add to Table [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I learning to create android app in C# (VisualStudio) and I need create table with my own widget.
I upload data for my server SQL. Any idea how can I do this?
Presentation
If your requirement is for cross-platform, then you are probably looking for a ListView or CollectionView. Please refer to the below links.
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/listview/customizing-cell-appearance#custom-cells
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/collectionview/layout#vertical-list
In case, if you are looking it only for Android, please refer to the below link to customize the appearance of the ListView as you desire.
https://learn.microsoft.com/en-us/xamarin/android/user-interface/layouts/list-view/customizing-appearance

How can I do input tags in C# with DevExpress WinForms? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I'm using Devexpress win-ui forms for desktop and I want to implement search bar like this:
Is there any way to do like this plugin in DevExpress WinForms?
In WinForms platform there is TokenEdit control.
More info you can find in DevExpress Documentation topic «Token Edit Control».

How do I make a dynamic chart? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am getting a constant stream of radio-frequency data and I want to graph it dynamically like an oscilloscope.
I am using C#. Can I use the chart class for this? Are there any readings or videos to help me learn where to start?
You might want to take a look at the MS Chart controls that come with Visual Studio.
Here's a good place to start:
https://msdn.microsoft.com/en-us/library/dd456632.aspx
...and some samples:
https://code.msdn.microsoft.com/mschart

Make form labels dynamic based on selected language [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to create a aspx page using c# which can be displayed in English and Dutch both languages.
Can any one give me any idea how to do it?
See this tutorial
Walkthrough: Using Resources for Localization with ASP.NET
http://msdn.microsoft.com/en-us/library/fw69ke6f(v=vs.90).aspx

Draw power grid network topology [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am creating an application in C# in which I need to create power grid network topology. The expected output is: http://goo.gl/M9UJP
Is there any package in C# using which I can create required picture dynamically?
You can do this manually by using the classes in the System.Drawing namespace.
If you are looking for a third party solution, then you need to search for yourself, as this would primarily be opinion-based and not a good fit for this site.

Categories